From 79bd06c7dd8ac1e7e3cf5de24c77bb6db8ee7761 Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Thu, 5 Jan 2006 10:16:29 -0600 Subject: [PATCH] Disable virtual memmap to avoid problem on machines with big holes --- linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_ia64 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_ia64 b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_ia64 index 2e1430136d..3b50f2ee73 100644 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_ia64 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_ia64 @@ -91,8 +91,7 @@ CONFIG_IA64_PAGE_SIZE_16KB=y # CONFIG_IA64_PAGE_SIZE_64KB is not set CONFIG_IA64_L1_CACHE_SHIFT=7 # CONFIG_NUMA is not set -CONFIG_VIRTUAL_MEM_MAP=y -CONFIG_HOLES_IN_ZONE=y +CONFIG_VIRTUAL_MEM_MAP=n CONFIG_IA64_CYCLONE=y CONFIG_IOSAPIC=y CONFIG_FORCE_MAX_ZONEORDER=18 -- 2.30.2